Skua Documentation


Project maintained by BrenoHenrike Hosted on GitHub Pages — Theme by mattgraham

Using Local Files

As with any property or method from the CoreBots.cs file, you can call upon them by starting with Core. (Core Dot)

Properties

Property Type Description
AppPath string Returns the file path the user has Skua stored in.

Methods

Method Definition Return Type Description
CBO_Active() bool Returns if the user has setup their Options>CoreBots file yet.
CBOString(string Name, out string output) bool Tries to parse a Options>CoreBots string.
CBOBool(string Name, out bool output) bool Tries to parse a Options>CoreBots bool.
CBOInt(string Name, out int output) bool Tries to parse a Options>CoreBots integer.

◄ PreviousIndex — Next ►